-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev-cmd/bump: add --tap=
flag
#16830
Conversation
You should be able to do it with |
Yes it works for individual formula and casks. However if you want to |
I appreciate you looking into this @jck112 - I'm running a subcommand to generate a list in my own tap's autobump workflow. |
This is a good idea but I am tempted to add an error |
Added the check as well as a test. Let me know if want any tweaks to the error message. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for your first contribution to Homebrew/brew! Without people like you submitting PRs we couldn't run this project. You rock, @jck112!
brew style
with your changes locally?brew typecheck
with your changes locally?brew tests
with your changes locally?Allow tap maintainers to run
brew bump --tap <user>/<repo>
to keep their formulae and casks up-to-date.(Note: this is the same exact behavior as
brew livecheck --tap <user/<repo>
)